body,li,ul,ul>li,ul>li>ul,p,img,div,span,h1,h2,h3,h4,h5,h6,dl,dt,dd,dl>dt,dl>dd,figure,form,a,button
{ margin:0;border:0;padding:0;list-style:none;}
img {  vertical-align:bottom;  max-width:100%; height:auto;}
div {  margin:0px auto;}
em,i {  font-style:normal;}
[data-iconb]:before {
    content: attr(data-iconb);
}

[data-icona]:after {
    content: attr(data-icona);
}
.single-over {
    width:100%;
    display:block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.single2-over {
    display:block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.clamp-voer {
    display:-webkit-box;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.infotools {
    padding: 20px 0;
    display: flex;
    justify-content: space-around;
}
.infotools .page_preinfo
,.infotools .page_next{
    max-width:46%;
    flex:none;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.infotools .page_preinfo:before{content: "\f0a5"; margin-right: 10px;}
.infotools .page_next:after{content: "\f0a4"; margin-left: 10px;}
.flex{
    display: flex;
    -ms-display: flex;
}
.flex>div{ margin: 0;}
.container { margin-right:auto; margin-left:auto;  max-width:1400px; width:100%;}

@media (max-width:767px) {
    .container {
        width:96%;
        max-width:720px;
    }
}@media (min-width:768px) and (max-width:991px) {
    .container {
        width:750px;
    }
}@media (min-width:992px) and (max-width:1199px)  {
    .container {
        width:900px;
    }
}@media (min-width:1200px) and (max-width:1399px) {
    .container {
        width:1170px;
    }
}@media (min-width:1400px) and (max-width:1599px) {
    .container {
        width:1300px;
    }}
@media (min-width:1600px) {
    .container {
        width:1400px;
    }
}
.flex.wrap{flex-wrap: wrap;}
.flex-none{ flex:none;}
.flex-auto{width:200px;  flex:auto; }
.flex-column{ display: flex; -ms-display: flex; flex-direction: column;}
.clearfix:after{
    content:"";
    height:0;
    visibility:hidden;
    display:block;
    clear:both;
}
.column_1 > * {width:100%;}
.column_2 > * { width:50%;}
.column_3 > * {width:33.33%;}
.column_4 > * { width:25%;}
.column_5 > * {width:20%;}
.column_6 > * { width:16.66%;}
.column_7 > * {width:14.28%;}
.column_8 > * { width:12.5%;}
.column_9 > * { width:11.11%;}
.column_10 > * { width:10%;}
.column_11 > * { width:9.09%;}
.column_12 > * { width:8.33%;}

.justify-content-center{ display: flex; justify-content: center;}
.pagination{ margin: 20px 0; }
.pagination .page-item,.pagination .page-num{ width:30px; height: 30px; display: block; text-align: center; line-height: 30px; border: 1px solid #dedede; margin: 0 5px;}
.pagination .page-num-current{ background-color: #dedede; }
.pagination .page-item.pageindex:before{content: "\f100"}
.pagination .page-item.pagepre:before{content: "\f104"}
.pagination .page-item.pagenext:before{content: "\f105"}
.pagination .page-item.pagelast:before{content: "\f101"}
.bannerItem{ text-align: center; background-position: center;}
.hide{display: none;}
.show{display: block;}

/*微信弹窗*/
#wxnr {
    width: 100%;
    height: 100%;
    max-width: 640px;
    min-width: 320px;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
    background: rgba(0, 0, 0, .6);
}

#wxnr .nrdf {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 250px;
    height: 250px;
    padding: 15px;
    padding-top: 10px;
    margin-top: -125px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 6px #777;
    -webkit-box-shadow: 0px 2px 6px #777;
    -moz-box-shadow: 0px 2px 6px #777;
    border-radius: 10px;
}

#wxnr img {
    width: 115px;
    height: 115px;
    display: block;
    margin: 0 auto;
}

#wxnr p {
    font-size: 15px;
    line-height:20px;
    text-align: center;
}

#wxnr i {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    background: #333;
    border-radius: 50px;
    cursor: pointer;
}

#wxnr span {
    display: inline-block;
    padding: 2px 5px;
    line-height: 18px;
    background-color: #dc0000;
    color: #fff;
    border-radius: 1px;
    cursor: pointer;
}

#wxnr span.wx {
    padding-left: 8px;

    background-size: 14px;
    background-position: 5px center;
    background-repeat: no-repeat;
}

/*复制提示*/
#weixin {
    position: fixed;
    top: 50%;
    margin-top: -20px;
    z-index: 9999999;
    font-size: 13px;
    color: #fff;
    width: 90%;
    right: 5%;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid #333;
    border-radius: 5px;
    display: none;
}